Xbasic

DotNet::Saml::Utilities::FetchIdentityProviderMetadata Method

Syntax

dim cr as CallResult = ::DotNet::Saml::Utilities::FetchIdentityProviderMetadata(metadataURL as C)

Arguments

MetadataURLCharacter

URL where the identity provider's metadata is stored.

Returns

crCallResult

Returns a CallResult that contains whether the call was a success or not. On success ReturnDataValue will contain the XML. On failure Text contains the error message.

Description

Retrieves the identity provider metadata from the identity provider.